Attribute Constructor (String, String) |
Initializes a new instance of the
Attribute class with the specified name and value.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Attribute(
string name,
string value
)
Public Sub New (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
A string represents attribute name. - value
- Type: SystemString
A string represents attribute value.
See Also